PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowContent Class / setOuterMargins Method
A PDFFlowContentMargins object specifying the content outer margins.
In This Topic
    setOuterMargins Method
    In This Topic
    Sets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
    Syntax
    public void setOuterMargins( 
       PDFFlowContentMargins outerMargins
    )

    Parameters

    outerMargins
    A PDFFlowContentMargins object specifying the content outer margins.
    Exceptions
    ExceptionDescription
    When outerMargins is null.
    See Also